home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 3996 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: news.muc.de!hwg!heinz
  2. Subject: Re: Envoy + AmiTCP?
  3. Newsgroups: comp.sys.amiga.networking
  4. References: <4kes1s$1dgk@columba.udac.uu.se> <0lOlNv200YUg0HxUY0@andrew.cmu.edu> <STEFAN.BECKER.96Apr10150311@sasw41.nmp.nokia.com>
  5. Organization: Private
  6. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  7. From: heinz@hwg.muc.de (Heinz Wrobel)
  8. Message-ID: <heinz.17ud@hwg.muc.de>
  9. Date: Wed, 17 Apr 96 20:24:54 GMT
  10.  
  11. Stefan Becker (Stefan.Becker@nmp.nokia.com) wrote:
  12. >You are confusing multicasting with SANA2 packet filters. The driver
  13. >has to support these packet filters in order to be able to separate IP
  14. >packages for different protocol stacks.
  15.  
  16. And you are confusing S2R2 packet filtering with S2R2 multiple
  17. protocol stack support. :-) The former is an optional optimization for
  18. packet handling to reduce CPU load by the stack and the latter is a
  19. required feature if multiple protocol stacks unaware of each other
  20. need to be able to handle the same packet types coming from a
  21. single driver.
  22.  
  23. packet filtering:
  24.  
  25.     Give the stack a chance to reject a packet before it is entered
  26.     into the actual read processing of the stack.
  27.  
  28. multiple protocol stack support:
  29.  
  30.     each stack/opener receives a copy of any incoming packet
  31.     matching a respectively pending request.
  32.  
  33. Drivers without multiple protocol stack support will return an
  34. incoming packet only to one opener having a matching request,
  35. usually the first one. These drviers have been obsolete now for a
  36. long time. Complain to the manufacturer if you have problems
  37. with one of those.
  38.  
  39. The easiest way to get a TCP/IP stack and Envoy to coexist is
  40. simply to use an S2R2 multiple protocol stack supporting driver.
  41. Correct functionality of the driver might be hard to verify though
  42. and old Envoy versions unfortunately did not generate or handle IP
  43. according to RFC. Even Envoy 2.0b is not absolutely perfect here.
  44. So the second easiest way may be the better one for many. The
  45. second easiest way is to change the packet numbers used for IP and
  46. ARP in Network Configuration of the involved Envoy nodes to
  47. something different than the TCP/IP stack defaults.
  48.  
  49. Hopefully all these problems will disappear before the end of this
  50. year.
  51.  
  52. -- 
  53. Heinz Wrobel        Private Mail:   heinz@hwg.muc.de
  54. My private FAX: +49 89 850 51 25, I prefer email
  55.